home *** CD-ROM | disk | FTP | other *** search
/ Network CD 2 / Network CD - Volume 2.iso / programs / internet / terminal / vltfonebook.lha / VLTFoneBook / test.vlt next >
Encoding:
Text File  |  1993-07-29  |  125 b   |  10 lines

  1. /* this is test vlt script */
  2.  
  3. address vlt
  4. parse arg arg1 arg2 .
  5.  
  6. "emit (this is "arg1"*N)"
  7. "emit (this is "arg2"*N)" 
  8.  
  9. exit
  10.